home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / gateway.idb / usr / WebFace / Source / 50-CommHardware / modem / modem-hardware.hlp.z / modem-hardware.hlp
Encoding:
Text File  |  1997-07-30  |  1.9 KB  |  56 lines

  1. #!/usr/bin/perl5
  2.  
  3. print <<EndOfFile;
  4. Content-type: text/html
  5.  
  6. <FORM>
  7. <H2>Modem Configuration</H2>
  8. <P>
  9. This form allows you to configure the Internet Gateway to use a modem 
  10. attached to one of the two serial ports on the system. This form updates  
  11. the <VAR>/etc/uucp/Devices</VAR> configuration file to allow the modem to 
  12. be used by various dial-out facilities in the system. It also updates the 
  13. <VAR>/etc/inittab</VAR> file to specify the connection program for the 
  14. affected serial port.
  15. </P>
  16. <P>
  17. Use the Modem Configuration form to set the following parameters for each
  18. serial port on the system:
  19. </P>
  20. <STRONG>Reconfigure:</STRONG> If this is the first time you installed a
  21. modem on this port and you wish to have the modem state updated, select
  22. <VAR>Yes</VAR>. Select <VAR>No</VAR> if the modem state has already been
  23. updated.
  24. </P>
  25. (Default value: none)
  26. <P>
  27. <STRONG>Allow users to dial in:</STRONG> Select <VAR>Yes</VAR> to allow 
  28. the modem on this port to be used for dialing into this system; select 
  29. <VAR>No</VAR> to specify that the modem should never answer the phone.
  30. </P>
  31. (Default value: Yes on port 1)
  32. <P>
  33. <STRONG>Allow users to dial out:</STRONG> Select <VAR>Yes</VAR>
  34. to allow the modem on this port to dial out to other systems.
  35. </P>
  36. (Default value: No)
  37. <P>
  38. <STRONG>Modem model:</STRONG> Select a supported modem for use on this
  39. port. If your modem is not on the list, you must edit the configuration
  40. file <VAR>/etc/uucp/Dialers</VAR> directly.  You may be able to select a
  41. related modem if the modem language is not significantly different. 
  42. </P>
  43. (Default value: none)
  44. <P>
  45. <STRONG>Baud rate:</STRONG> Select the maximum baud rate at which this modem
  46. is capable of operating.  This is the speed at which the modem talks to the
  47. system, which may be greater than the transfer speed over the phone line.
  48. </P>
  49. (Default value: none)
  50. </P>
  51. <CENTER>
  52. <INPUT TYPE="button" VALUE="Back to Form" onClick="self.history.go(-1)">
  53. </CENTER>
  54. </FORM>
  55. EndOfFile
  56.